Global Index
HTML5 JS API Index > Browser Tutorials & Specs

PluginArray

Properties
unsigned long
length
The length attribute must return the number of non-hidden plugins represented by the object.
Operations
Plugin?item(unsigned long index)
Plugin?
namedItem(DOMString name)
The namedItem() method of a PluginArray object must return null if the argument is not one of the object's supported property names, and otherwise must return the Plugin object, of those represented by the PluginArray object, that has a name equal to the method's argument.
void
refresh(optional boolean reload)
The refresh() method of the PluginArray object of a Navigator object, when invoked, must check to see if any plugins have been installed or reconfigured since the user agent created the PluginArray object. If so, and the method's argument is true, then the user agent must act as if the location.reload() method was called instead.
Referenced by
NavigatorPluginsplugins